home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_12_show list.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  239 b   |  8 lines

  1. on exitFrame
  2.   if (the mouseH > the right of sprite 42) or (the mouseH < the left of sprite 42) or (the mouseV < the top of sprite 42) or (the mouseV > the bottom of sprite 42) then
  3.     go("menu out")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.